home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface PrefsPanel:Object
- {
- id thePrefs; /* object in "main program" which knows all
- about the program's preferences (as opposed
- to this object, which knows all about the
- preferences *panel*).
- */
- id preferencePanel;
- id deviceMatrix;
- id curFirstDeviceText;
- id separateVolSwitch;
-
- }
-
- - showPrefsPanel:preferences_ID usingScsiList:scsiList_id;
-
- - saveCurrentVolumes:sender;
- - saveWindowPositions:sender;
- - setCdromDrivePref:sender;
- - setSeparateVolumes:sender;
-
- /* tag's of interest for objects in the preference panel */
- #define USE_FIRST_CDDRIVE_TAG -10
-
- @end
-